projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ad124
)
(truncate): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:07:52 +0000
(
02:07
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:07:52 +0000
(
02:07
+0000)
lisp/erc/erc-truncate.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-truncate.el
b/lisp/erc/erc-truncate.el
index 7a1feaaedd291a4f2fa6e06984b9a2475bcd9c21..76475ab8ee5be6b22f06e2194b5a1b23fe7545a2 100644
(file)
--- a/
lisp/erc/erc-truncate.el
+++ b/
lisp/erc/erc-truncate.el
@@
-48,7
+48,7
@@
Used only when auto-truncation is enabled.
(define-erc-module truncate nil
"Truncate a query buffer if it gets too large.
This prevents the query buffer from getting too large, which can
-bring any grown
e
macs to its knees after a few days worth of
+bring any grown
E
macs to its knees after a few days worth of
tracking heavy-traffic channels."
;;enable
((add-hook 'erc-insert-post-hook 'erc-truncate-buffer))